home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / skpats.arc / VFBEEP.PAT < prev   
Text File  |  1985-10-10  |  2KB  |  53 lines

  1. PRODUCT  :  SUPERKEY 
  2. VERSION  :  1.03A
  3.  
  4. -----------------------------------------------------------------
  5.   TITLE  :  SUPPRESSION OF SOUND IN VARIABLE FIELDS
  6. -----------------------------------------------------------------
  7.  
  8. This patch is to be used to modify SuperKey version 1.03A to suppress
  9. the beep tone that usually is heard when you enter  characters into a
  10. variable field (VFLD).
  11.  
  12.  
  13. File Name          Address in Hex       Old Value     New Value
  14. ---------          --------------       ---------     ---------
  15.  
  16. KEY.COM              833A                 E8             90
  17.                      833B                 89             90
  18.                      833C                 8D             90
  19.  
  20.  
  21. KEYDES.COM           8F5D                 E8             90
  22.                      8F5E                 66             90
  23.                      8F5F                 81             90
  24.  
  25.  
  26. PRODUCT  :  SUPERKEY 
  27. VERSION  :  1.11A
  28.  
  29. -----------------------------------------------------------------
  30.   TITLE  :  SUPPRESSION OF SOUND IN VARIABLE FIELDS
  31. -----------------------------------------------------------------
  32.  
  33. This patch is to be used to modify SuperKey version 1.11A to suppress
  34. the beep tone that usually is heard when you enter  characters into a
  35. variable field (VFLD).
  36.  
  37.  
  38.  
  39. File Name          Address in Hex       Old Value     New Value
  40. ---------          --------------       ---------     ---------
  41.  
  42. KEY.COM                8903                EB           90
  43.                        8904                1C           90
  44.                        8905                88           90
  45.  
  46.   
  47. KEYDES.COM             9526                EB           90
  48.                        9527                F9           90
  49.                        9528                7B           90
  50.  
  51. If you need some introductory help with using the DEBUG utility found on your
  52. DOS disk, see also DEBUG.HLP in DL 0 of the Borland SIG.
  53.